func go/types.newMethodList

4 uses

	go/types (current package)
		methodlist.go#L21: func newMethodList(methods []*Func) *methodList {
		named.go#L41: 	return (*Checker)(nil).newNamed(obj, nil, underlying, nil, newMethodList(methods))
		named.go#L221: 		t.methods = newMethodList(nil)
		object.go#L246: 		return bindTParams(tparams), underlying, newMethodList(methods)